Skip to content

Fixing fingerprinting of table arguments #5086

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

riverszhang89
Copy link
Contributor

Queries that select from the same table but with different arguments for hidden columns (most notably SELECT * FROM comdb2_transaction_logs('{file:offset}')) are fingerprinted uniquely. This patch fixes it.

Copy link

@roborivers roborivers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coding style check: Success ✓.
Smoke testing: Success ✓.
Cbuild submission: Success ✓.
Regression testing: 6/603 tests failed ⚠.

The first 10 failing tests are:
timepart_readonly
yast_stat4scan_generated
yast
reco-ddlk-sql
logfill_logput_window_generated
logfill

Queries that select from the same table but with different arguments for hidden columns
(most notably `SELECT * FROM comdb2_transaction_logs('{file:offset}')`) are fingerprinted uniquely.

This patch fixes it.

Signed-off-by: Rivers Zhang <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants